ComponentOne ASP.NET MVC Controls
AnnotationBaseBuilder<TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : AnnotationBaseBuilder<TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.AnnotationBase.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class AnnotationBaseBuilder
    (Of TControl As AnnotationBase,
     TBuilder As AnnotationBaseBuilder(Of TControl,TBuilder)) 
   Inherits BaseBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class AnnotationBaseBuilder<TControl,TBuilder> : BaseBuilder<TControl,TBuilder> 
where TControl: AnnotationBase
where TBuilder: AnnotationBaseBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.AnnotationBaseBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ShapeBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.TextBuilder

See Also

Reference

AnnotationBaseBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace